Conversation
This reverts commit 62bc31f.
…s when the string sequences don't match
Fix segmentation faults
…d packages down the tree and make dependencies installable again
…o source tree, make path to sed generic
…nd switch to v2 resolver
Closed
Contributor
|
Is there anything in particular left to be done in this PR before landing into |
Collaborator
Author
|
Basically these three points:
|
Member
|
I think |
…functions with call to built-in methods of standard library
… under wasm32 too
Collaborator
Author
|
This is the last version that supports aggregate KZG proofs. The 6 functions that made into proposal (ethereum/consensus-specs#3274 (comment)) require us to rewrite a significant amount of logic (commits: c9e7b65, aee67f6, 48c3cb5; CI: jobs/7632143695 and jobs/7631881052), effectively deprecating the majority of 4844 tests and benchmarks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the interface following the c-kzg-4844 changes.